var net/http.textprotoReaderPool
3 uses
net/http (current package)
request.go#L1036: var textprotoReaderPool sync.Pool
request.go#L1039: if v := textprotoReaderPool.Get(); v != nil {
request.go#L1049: textprotoReaderPool.Put(r)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)